home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / dialog / dialog_shipyard_nightc.scr < prev    next >
Encoding:
Text File  |  1999-02-24  |  2.3 KB  |  56 lines

  1. //*************************
  2. //**  shipyard - night
  3. //*************************
  4.  
  5. blade_hmmm_this_here:
  6. dialog "i_blade" "Hmmm, this looks a little suspicious. That's gotta be the dock where that ship is. It says a passcode is required for that dock. JC, anything you can do for me here?" "dialog/shipyard/blade/suspic.wav" 1 5  
  7. waitforsound "dialog/shipyard/blade/suspic.wav" .3
  8.  
  9. dialog "i_jc" "Lemme see if I can...wait a minute...what the heck. There's some heavy encryption going on here, I can't even get into their system." "dialog/shipyard/jc/encrypt.wav" 1 5  
  10. waitforsound "dialog/shipyard/jc/encrypt.wav" .3
  11.  
  12. dialog "i_jc" "For a shipyard that's some very heavy-duty barrier code." "dialog/shipyard/jc/barrier.wav" 1 5  
  13. waitforsound "dialog/shipyard/jc/barrier.wav" .3
  14.  
  15. dialog "i_jc" "I guess you're going to have to head up into the security area to get that code, unless you can find another way in." "dialog/shipyard/jc/findin.wav" 1 5  
  16. waitforsound "dialog/shipyard/jc/findin.wav" .3
  17. end
  18.  
  19. //*************************************
  20.  
  21. blade_this_dock:
  22. dialog "i_blade" "Hmmm, this must be the dock." "dialog/shipyard/blade/thisdock.wav" 1 5  
  23. waitforsound "dialog/shipyard/blade/thisdock.wav" .3
  24. end
  25.  
  26. //*************************************
  27.  
  28. jc_hey_you_room:
  29. dialog "i_jc" "Hey, you should be able to get the shipyards manifest info from the records room." "dialog/shipyard/jc/manif.wav" 1 5  
  30. //waitforsound "dialog/shipyard/jc/manif.wav" .3
  31. end
  32.  
  33. //*************************************
  34.  
  35. blade_swearing:
  36. dialog "i_blade" "!*@#$$ God DAMN IT! *&@#$%&* SHIT!" "dialog/misc2/blade/swear2.wav" 1 5  
  37. waitforsound "dialog/misc2/blade/swear2.wav" .3
  38.  
  39. dialog "i_jc" "Great idea Blade!  Dancing on the tables to go unnoticed." "dialog/chem/jc/grtidea.wav" 1 5  
  40. waitforsound "dialog/chem/jc/grtidea.wav" .3
  41. end
  42.  
  43. //*************************************
  44.  
  45.  
  46. precache:
  47.      cachesound "dialog/chem/jc/grtidea.wav"
  48.      cachesound "dialog/misc2/blade/swear2.wav"
  49.      cachesound "dialog/shipyard/blade/suspic.wav"
  50.      cachesound "dialog/shipyard/blade/thisdock.wav"
  51.      cachesound "dialog/shipyard/jc/barrier.wav"
  52.      cachesound "dialog/shipyard/jc/encrypt.wav"
  53.      cachesound "dialog/shipyard/jc/findin.wav"
  54.      cachesound "dialog/shipyard/jc/manif.wav"
  55. end
  56.